Newman Run Dashboard

Wednesday, 14 January 2026 06:17:09
Total Iterations

3

Total Assertions

198

Total Failed Tests

29

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 45s
Total data received: 2.22MB
Average response time: 265ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 23
Skipped Tests 0 -



Showing 29 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 520 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 520ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19409b47-ea9b-4a5e-9986-f5f4962a0d85
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-OOYAlEKhs3lDbEvc+SY/2KVkkPE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 520 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 256ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf68c9f7-fee6-4ba7-baeb-6e3749795890
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token becc707a-e664-45c9-bd8b-9cb468ac7caa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 04585954-9c7a-41cd-9963-3653b6af04ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b4a798d-217a-45ee-b874-da52398ce38d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 077f6a09-a679-48d0-b22d-9ae336cf9cdd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8af5d52d-7260-41d9-b708-cc4429e733a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-j2oTndDRq//qB5LCAwpfeIZu+RI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":256},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26b5d3fd-7748-4f13-99b6-801570637f4c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1a72a50b-4917-4140-aeb4-2bc1c47c9ccc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-j2oTndDRq//qB5LCAwpfeIZu+RI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":256},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 47bebb86-0f6a-4f6f-903e-4443fbeed320
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token febd2bfa-5f4e-4c94-bc6b-7098010b5469
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cbc2738c-8340-4350-8977-bf5b7bb538f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
randomnumber 693
randomFirstName Tobin
randomLastName Reilly
randomEmail Ewald_Shanahan@gmail.com
randomPhone 637-454-1455
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d74c2018-dd2a-44c3-9648-6a6ccb3e2e57
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Thaddeus",
                "last_name": "Jerde",
                "mobile_number": "806-205-6008",
                "mobile_number_alt": "",
                "email_id": "Hayden_Marvin44@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"18012192532622",
                "imei1": "18012192532622",
                "imei2": "18012192532622",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-F9nnfEKcYSnF3uquAQ96UeKUnoQ"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154098,"tr_customer_product_id":154088,"job_number":"JOB_154081"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
randomnumber 751
randomFirstName Jerad
randomLastName Bruen
randomEmail Lynn_Bruen75@gmail.com
randomPhone 323-303-3270
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0988d9eb-71b6-43a4-b189-73750dcda2cd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1045
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Fleta",
                "last_name": "Kling",
                "mobile_number": "659-813-8636",
                "mobile_number_alt": "",
                "email_id": "Arjun51@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"16268768526417",
                "imei1": "16268768526417",
                "imei2": "16268768526417",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 958
randomFirstName Eloy
randomLastName Fadel
randomEmail Domenic73@hotmail.com
randomPhone 811-541-3227
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e36cfdd4-cc65-4a1a-99a8-9d1da22e3e5a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Javier",
                "last_name": "Durgan",
                "mobile_number": "840-389-1332",
                "mobile_number_alt": "",
                "email_id": "Vance.Weissnat53@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"98014196139537",
                "imei1": "98014196139537",
                "imei2": "98014196139537",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 251ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
randomnumber 643
randomFirstName Elena
randomLastName Blick
randomEmail Ezekiel_Feil@gmail.com
randomPhone 826-796-0488
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6885686a-1f76-460b-8f02-313e9e26c541
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
randomnumber 780
randomFirstName May
randomLastName Beier
randomEmail Julian.Macejkovic93@gmail.com
randomPhone 999-999-7308
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40b95135-badb-495f-a5da-a1b7722e577d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1033
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Alfonzo",
                "last_name": "Hane",
                "mobile_number": "648-520-0645",
                "mobile_number_alt": "",
                "email_id": "Jewel72@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000888",
                "imei1": "100000888",
                "imei2": "100000888",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 251ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
randomnumber 466
randomFirstName Narciso
randomLastName Bahringer
randomEmail Dane45@gmail.com
randomPhone 609-738-3169
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5cd1ed1f-c0f7-440e-af24-09ae477d0a3d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f715d1a4-75ef-44db-8905-903112ef6ed3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Y04ETYecM1HT0jIFz8UjKWPu/QY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":257},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 546ms
Mean size per request: 249.28KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 741d0357-16e5-4209-ad76-b8cd01c3ece9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3e51b-+GHsQb8qBfHvKQBUYGE0pjUMnwk"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:26.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T06:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:27.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1653959d-44d6-4264-875b-e4a9ec3a3d3c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154081
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a4324d77-0be8-41f7-a9aa-01bc009aec88
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 74473f9e-7a70-48f6-9a9c-20c1e8a9dfac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-fPk5MbAM+lx94jE42Zvgq6z1NIc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e8e9c43c-be97-4623-aed9-cddcfe64e6d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 653940d0-91a6-464d-aa3e-b8f8e133349a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-33coppem6OINmpgo7sufYZ8l8LA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":192},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 186.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0230457-8a54-4088-a5e8-9e1be64c002f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2ea53-2ssnj0raLLHbSYV3bYMrpLcLJno"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:27.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f762f638-3a53-4598-96d0-7ca6339bf281
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c5c7dd6c-0916-4e3d-b737-69355e3d6ea6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154081,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 185.61KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5d43925c-cdec-4e01-9778-d6c528ea0075
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2e66d-zOrWWytM5paNC+u06IUI5bqA7o0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c53db1b6-5d32-4905-b0e6-de0c0b5d7a71
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-wjesJOxXixZnmvf/+eyNXUf1k0k"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d7941382-c7fb-4967-afff-96732b40c599
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 87cd46e3-51f3-4e2d-b8cb-7c1e2dbc4801
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-5rmS7z0oSXN7pHPtpnqJ6QbYQyo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":75}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73c49b05-f654-456a-aae2-fb14faa547a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-kSgH7fuq7xkwbFcyCy9azPZRkKQ"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:32.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:16:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7b00e3e1-7043-45f4-8df0-7639db6ca53e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2f9374e-49e5-410f-9285-9fe68957aede
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b0-nFORcfBuXJdevMqm2Rrvp+JWu+k"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:32.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:16:32.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154081,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T06:16:27.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe1851df-ff2c-4fe0-9dc6-9896fb1a4698
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTJ9.QGa9eufj0tV9Pfdjirt4oZddn5B7JSOkPNCrFho3c8k
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5e9acc6-32b9-4534-8281-b041879bcb55
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154081,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4e4a0ed3-156d-41f2-be64-340dd501786a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-m5LzMetJwkTFPvPpa5WXbHldJec"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fbbdb80e-ac88-42ff-9565-7bdefe25d290
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3300e353-0b70-404f-b51b-4213941c2c28
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-TtgDkp9vI+In68FpLo736RuwAG0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":74},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eb6acfd8-e8c4-45e0-8c81-e38b8d26ebf0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 72.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token afe4cba4-5fac-44f6-a591-e7731acb1d0e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"121dc-GfMZSCFn8g9/iHA099go042nKVQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:35.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d9ee50a9-9f0a-448c-9df4-1836074594b0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"403-1yfnNerX5JyLsgPPdffLXEvz8L0"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:34.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T06:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 68976abc-2461-4b90-83b8-fc86d04c7b59
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154081
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTM5NX0.JT5ztTBebhJB2u-oS7re2VyHLi1zXNWQE-yt7VW8uNk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9bc04644-5a95-49f2-a6fd-d4b5ed4b661b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e18fdb14-4d57-4a7e-94b6-aacdcf01733b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-L8LbKXZwI867wNBmgL+cFGhi92w"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTd9.LAcXANRAif0XAJHxA3pJnu_Q8TLjHBJyeGU3th96IyI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfd6b578-2350-452f-9e60-0fbe72b82b2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d1c4a69-fdf6-46fb-9762-10269f7f9904
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-tTytF0erBO7HttHhudxjKYJyY60"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":6},{"label":"Created today","key":"created_today","count":257},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c2ce09c9-c591-4dcd-bb93-a2316dcb639a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"174a-AdZxGRD75hh20VWBdnSrRqTVicQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:35.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:36.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 5.82KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a251a150-83f9-4b67-8058-ac929c85a5dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"174a-AdZxGRD75hh20VWBdnSrRqTVicQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:35.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:36.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ce98287-9802-42e2-8c19-b7ab114e18f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154081
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 98ec1aa4-68b0-4119-9186-e2594595e441
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154081
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzODR9.XDAvOm6uBDEbIv7J8GQssQOayGh_Z4xn288TB8IByCU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c3040a6-f3b3-4ca0-85a5-684337694212
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e779950b-dd73-4b0d-89ef-ca6c7ed7c7fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-jbd3wsHks4/54a6KQazIgW9xr2g"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 253ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f3e4d66-a77e-48e2-a930-a9f901ecb199
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 252ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2936c3cb-497e-4a6e-8e82-d99104177cba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1745a317-cf28-4f85-8705-346a07fac7cc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0ea9853e-f874-4028-aefb-c4bd7ab628f5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 89785b27-814f-4183-a043-6266f03e3806
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e6cf9e2-63c2-4c10-b5d9-13ebfb8358b0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-KZM1LUSU3Ecq478j4RYh5wcvucg"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":259},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 35d63014-5239-4f63-a2fe-529fecfe61d3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d470f5a5-b0e8-47d9-b917-4dce6f53ddb5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-KZM1LUSU3Ecq478j4RYh5wcvucg"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":259},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f39001bb-872c-4760-94ac-f275ce735a17
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73541af6-c2f1-4259-9825-bd30122d10bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2eb37e0-5851-43c7-b987-8993a332b748
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
randomnumber 116
randomFirstName Skye
randomLastName Gutmann
randomEmail Dell.Kirlin@gmail.com
randomPhone 236-447-5337
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb7f9d2d-9505-4293-ad8f-3ef4df29d1ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jessyca",
                "last_name": "Lehner",
                "mobile_number": "806-390-4389",
                "mobile_number_alt": "",
                "email_id": "Lolita_Glover70@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"29170768344376",
                "imei1": "29170768344376",
                "imei2": "29170768344376",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-snEyugPZ+x/S5oBxKGjnUCkyT/4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154101,"tr_customer_product_id":154091,"job_number":"JOB_154084"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
randomnumber 58
randomFirstName Emmalee
randomLastName Reichel
randomEmail Christopher_Treutel@gmail.com
randomPhone 919-912-9170
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d3d8f34-f00b-4a6a-b0a7-ef7272024738
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1057
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Brent",
                "last_name": "Ankunding",
                "mobile_number": "204-291-6400",
                "mobile_number_alt": "",
                "email_id": "Fredy.Schneider@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"93032659380059",
                "imei1": "93032659380059",
                "imei2": "93032659380059",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 251ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTB9.BzFlddNRD8odHOlr0mYnD3ad8lSLTBC7dYZvPPiMB3Y
randomnumber 239
randomFirstName Emmie
randomLastName Willms
randomEmail Felton82@yahoo.com
randomPhone 235-638-5430
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77b7822e-1ab9-4d15-8e77-0ad3c9973919
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jabari",
                "last_name": "Konopelski",
                "mobile_number": "629-375-8714",
                "mobile_number_alt": "",
                "email_id": "Asha78@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"32006348115357",
                "imei1": "32006348115357",
                "imei2": "32006348115357",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 251ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
randomnumber 173
randomFirstName Khalid
randomLastName Hayes
randomEmail Annabelle_Predovic60@gmail.com
randomPhone 485-654-4913
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b446cb3a-d820-4f10-8d0a-4c9dad86b7fb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 251ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
randomnumber 925
randomFirstName Kennedy
randomLastName Barrows
randomEmail Delfina72@yahoo.com
randomPhone 530-223-6363
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ad31474-3d0c-4e25-80d5-8ec5a3662938
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1036
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Garett",
                "last_name": "Hamill",
                "mobile_number": "852-982-1946",
                "mobile_number_alt": "",
                "email_id": "Cory_Cole25@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000732",
                "imei1": "100000732",
                "imei2": "100000732",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 251ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
randomnumber 278
randomFirstName Maci
randomLastName Lynch
randomEmail Terrence_Botsford58@yahoo.com
randomPhone 505-292-9854
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be97ae70-0eec-4d10-b7e5-3a4d4105fb08
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bde48e8-7209-429f-a1ae-0d35692d0cf9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-R9eO4CXc9pCcemRLeJazBVi2ofI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":260},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 252.18KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb512418-b62f-453e-a439-3e12d948ff4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3f0bc-5aZv6Hd4zmTAv129wMbjTUhhvnw"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:42.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aa61c012-9349-4d37-a91c-4b4bb70b79d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154084
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69b71933-c37c-4078-aa21-231cc46d7585
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60adc190-3a29-48e8-a5b4-4ebfe7975755
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-gDp6RWlZ1TralQKzv9avLJA4cyM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a5eacef7-6cb4-495c-ae98-1dd7cd17d620
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 06ede627-8e3d-49cd-aec8-58074c1edd85
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-QRhrrgKhnsfoHrH6LB7lR2nA5jA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":194},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 188.51KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f75793e0-0146-426e-9acc-65d37ecf7ce5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2f20d-o/Xf9gJNxVaPL2M+XSB0FGTdTkM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:42.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 64f81c2d-cfd5-4f39-8e7d-74eb1eeba4c6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea413960-2800-4333-baad-8fff08838fac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154084,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 187.54KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0c3c40e-a6cf-47cc-acf4-14cf547ac521
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2ee29-dWVS1Rggrt4oiLS6K+wz03y1e0A"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf9bbc9b-4e65-460e-8a87-7d530194aed0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-oYisVOhuLYOOtm5Oy9rOfA2xElA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e8c9a941-ded5-40da-8fb7-e2a417e04f7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dbb2c3e-4344-4b34-a29c-7d48c6041137
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-T1fWnK6BK64AcFpvjJylJ50wljU"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":76}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a24b2715-f4fc-4f1b-98b4-4f93e2729c38
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-5jZp+ZdllBdS6DRp+9ycSxDfJU4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:46.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:16:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eea3e0ab-5270-4bbd-b394-718fd9a3e834
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 299ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9c58c021-bab3-4ada-a1cb-f22c2ce1d324
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ae-OGOpw+dbAIjuZmDVZuLisDWb7lU"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:46.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:16:46.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154084,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T06:16:42.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 58c48c60-1dae-4b3c-9755-9cc44a9faac1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDd9.e3zjrH2YIeCCt7LpOIg2gGjS25E2QQRtC71Xy3cxwnM
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5fe234d1-4b9d-456e-b7a0-560b9af520ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154084,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 467f0c68-01d5-44c2-9081-6f7654c6331d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-tXYchsFOlJhoFSUun4GNt2Rper0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0e0786b3-d63f-4cf0-b676-c20d73a10b0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8fdf3301-111c-4f50-bdf4-e94b892fb6aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-kHJx15zjwpzYGk3aAkg6ODXiopU"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":76},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2df54d2b-e0fe-4856-bba9-66332cdcd37b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 73.44KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb3f3a20-9f83-47af-9be8-2347b166ddbf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"125be-tV11k1oYXm9TDQm3TheikL7ZIoA"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 293ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7ea40ce9-9820-4234-a312-32890b1482a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"401-PRfWxmORhebCpM3zOGahmSXYIZg"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:49.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T06:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2901969-6204-4c37-98d3-16dcb7406143
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154084
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQwOX0.7G5vY1N9ixMR0WoYZFW_4mH2rxzAGKeapngCs-10l6I
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9f72f46-2839-47bb-9782-2aae4771c41d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d26f2cb-e513-4e88-ad89-8037a618bbb9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-JNHp+4YgUFN5R8hIA7VbM3Rx+VE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTJ9.daBavm-ZNAqKasC8BUgifgTDH5y16vCvkyv6rrXcJxU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7e083fd4-62a1-4619-b0bc-1c535d84f55a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bf620c12-4b63-4f1f-ad45-e3c3b835f8ef
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-wdwHQh/v9eRHi0YEeb21NCiVOn0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":263},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0e07e8f-60dc-4db7-83c5-42eaac17c633
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136a-26/qJlQaYc6POgyx9SwPSDQhJJE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:51.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 828ce74e-8472-4f20-b750-4e502d5dc706
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136a-26/qJlQaYc6POgyx9SwPSDQhJJE"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:51.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eaa1ec8f-fdc1-4778-b39a-1a786ce26a7c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154084
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bf17d4a-7132-4e6c-a4ff-ed87e0ce7485
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154084
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzEzOTl9.5LB6afgo6_HZCOVR1WoTlPMFd1l-yAP9BXUfwUP_LgI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b0f1b47b-29fb-4815-8742-afbd97e4ac5e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token da336981-b58c-447a-9019-4fea8a4a83ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-+0ir13m4WBXsP35FHZFkImggv9g"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 253ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a14d7d49-271e-40c5-ad74-6be3e2b8814b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 251ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8484e1c5-bdc7-404e-b085-06036bf37afe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 887b6fba-21d5-466f-b524-59cd5bd63fd0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9a03f61-ddaf-45e2-9371-78ea0b536f49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 251ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c9e7a452-5710-4518-8892-052d6c7ca1be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0dc68d46-f7f6-4d5d-80a5-8a2ae8ed60a0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-dxRTmhjGF4/rqdI4neC6k3U+TgE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":263},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 249ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 84d06bd6-d376-4cd4-b816-2f4b023418ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ac237d7-19b4-41cc-8a27-f290a19dc830
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-dxRTmhjGF4/rqdI4neC6k3U+TgE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":263},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1ae0593a-57ea-4f11-81a5-ef66172b3144
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ddb4523-ebfc-4e3b-923b-12b06b4c644b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bd91750e-8cd1-4522-94ed-b3a150c5f4bd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
randomnumber 395
randomFirstName Kelton
randomLastName Friesen
randomEmail Abigale.Jerde72@hotmail.com
randomPhone 579-826-9191
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8abceda7-e641-4c8e-b9ce-2d6350095dd1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1061
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Maritza",
                "last_name": "Dietrich",
                "mobile_number": "925-768-6600",
                "mobile_number_alt": "",
                "email_id": "Garret_Streich25@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"37748598739959",
                "imei1": "37748598739959",
                "imei2": "37748598739959",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-9h8vavoneDoFxi8H/1b3JtbM4qc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154105,"tr_customer_product_id":154095,"job_number":"JOB_154088"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 250ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
randomnumber 391
randomFirstName Yadira
randomLastName Mitchell
randomEmail Triston.Sipes@gmail.com
randomPhone 293-412-3710
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2183af91-b1d1-4a08-a283-f84656c795e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lacey",
                "last_name": "Jerde",
                "mobile_number": "325-400-9409",
                "mobile_number_alt": "",
                "email_id": "Earline.Ward84@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"62448714137549",
                "imei1": "62448714137549",
                "imei2": "62448714137549",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 251ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MDV9.tz9XuEjFHWumwT8o_sJjnHsbzzyBjnh4OizvMr_ct1o
randomnumber 557
randomFirstName Freddy
randomLastName Lebsack
randomEmail Sim83@yahoo.com
randomPhone 730-409-4021
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 141edb74-2a2c-48a2-b6aa-3ae49ca7ec03
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1049
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lemuel",
                "last_name": "Blick",
                "mobile_number": "326-430-7605",
                "mobile_number_alt": "",
                "email_id": "Agustina36@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"66508860912751",
                "imei1": "66508860912751",
                "imei2": "66508860912751",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 250ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
randomnumber 512
randomFirstName Eveline
randomLastName DuBuque
randomEmail Leta.Stoltenberg@hotmail.com
randomPhone 872-795-5130
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4eeb6f3f-2b24-403c-9429-60ca95adb5d6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 254ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
randomnumber 423
randomFirstName Robbie
randomLastName Oberbrunner
randomEmail Jules.Bogisich@gmail.com
randomPhone 884-937-0711
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 100c992a-a127-4cde-9a94-eccc27b7a10f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1044
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Jakob",
                "last_name": "Cronin",
                "mobile_number": "368-729-4767",
                "mobile_number_alt": "",
                "email_id": "Scarlett.Smitham99@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000041",
                "imei1": "100000041",
                "imei2": "100000041",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 250ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
randomnumber 631
randomFirstName Ashtyn
randomLastName Kiehn
randomEmail Samson_DAmore18@yahoo.com
randomPhone 974-350-5218
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b5d8da04-2689-4145-ab5c-514b10c37f66
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fb97c36a-dc2b-4b5b-b9d3-c3d01fa397d8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-WmUGkWo/P3m7pcqPuOhwSUTr+68"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":264},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 256.06KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a07d6b3c-4f3b-453a-a6c3-abc1be351549
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"40042-K4Soc+eTD3Tv3BJmMtEeKEIpgX8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:16:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:16:57.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 68fda083-36f9-4e36-992a-4de5981d680b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:16:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154088
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2617c020-5f7b-4c65-8cc8-1c0a2a1a150b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6608b18f-21bc-42d5-91cf-ce345f63df18
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-PrshMiyPL3vYXERI84GE9gnQgq0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7794937b-77fb-4d49-a945-4c67cf22b959
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 292ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ebccea9-ff4f-48b3-ab66-37e64ee46fed
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-SmE6VqAVMpwwnWaNdyddq37vZtI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":196},{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 287ms
Mean size per request: 190.46KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 272af37b-8bb4-4adc-b27b-a09e3f5abb48
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2f9d4-8VOYnLKyKFk32yzBcGy8dNNUqNo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:16:57.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 10e8f89b-4aee-4940-a18c-93da55db5ee8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8af88c61-1c74-4ca4-b744-c7d174d25f20
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154088,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 296ms
Mean size per request: 189.48KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjB9.-Oz68T5IdY_aWiCEu6EvBwtNfrwCsTFsG-z5zEyUa7k
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aabdc45b-3d21-4a11-9b78-1a32bde22c2f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2f5eb-TZVNGmRvyhdIhMk6pkQLkwIfmcc"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eab4f6e0-7760-4980-a61a-c83f9ccf0b75
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-KvxWePXdgoUwhP45xBTtXeQA+rA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff89d709-c5a7-4594-873f-84609d5679ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 163B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a20de6f4-6f02-463e-8d19-94d966568cca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 163
ETag W/"a3-MODBmqFFsu65/o/gpY39dwoCfao"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":77}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 1.95KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b0d67fa4-9160-4b84-bdca-0e5b46f13620
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7cb-RP0VbFqfT26XhKNP31rXOtvhmIM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:00.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-14T06:17:00.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:01.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:17:01.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aed1185b-7c40-46d9-a8c3-beaaac6c7338
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 294ms
Mean size per request: 2.33KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7421b58f-2cdf-4fda-b314-9464d88b9495
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"954-NH2cq6pSzVPTohReObH0sNMAXlM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:01.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T06:17:01.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154088,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T06:16:57.000Z"}],"quatations":[]},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:00.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-14T06:17:00.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":154086,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T06:16:48.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 534f2ae4-7541-4626-8942-0824f33aa5af
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjJ9.txC2_0Jd_UG5HcGDb7brkN1sTW3YjYDK_xm5EJA_GXI
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 67dbaf66-6f7c-401b-8b29-22b870aba4e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154088,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1b10709-dca8-4919-983f-cfe0493ebd53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-En4lHgeWVjJBHlhz7c4/TYbyIHA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cac9e5b6-8021-4180-9fc0-2cb235494218
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 201B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27285e2b-0ad4-4a1d-b919-9d651948a270
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 201
ETag W/"c9-pIym0fI0xgl3Y8S36paZv/l0hWg"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":77},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5264db8f-d96b-4a59-a51a-113b8db5f1cf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 74.4KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token feab2fb4-a56e-4b92-ba20-714c3d0501fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1299b-1ck6A/swZGipX3AmaJthV85Zgq8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 40d73f9f-1ad2-4cc5-8264-1617ee9e6c1a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"406-P3JhPn1+V7tUL99i11LlPMgJj2U"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:04.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6ef817b2-bec7-4083-a82e-cbbb4571c0b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154088
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3MTQyNH0.LzLkn65VILAG_f8DAhwh4gwrL-5jzB5mjXxorj66WoQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b1d86801-092b-4af4-a86d-0856fdc67451
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0c733d4-7826-4f75-ae98-cec5a56ba7c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-RJ/drD2U4dPBooSSAl4aXjwNEnw"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MjZ9.7Hm4pNhXefAiANTkdwT4nestzPCnnVDq-Lbo1-u-jvo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b02d9993-ba34-4c5f-97bc-02e49c61f9e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 266ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cd2451ee-994f-4e84-be3f-5d8ec077004e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-m4tyCGgonZyeKHB0WGAjUWvjb3k"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":264},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 263ms
Mean size per request: 4.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 769034c4-e6cb-4ae7-bab8-da8f109ae335
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136f-D8GV5vPCCylXE3Mdx69gL8t0LJ4"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:06.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 4.86KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e32c346-5a95-4209-a541-0106a9a72510
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136f-D8GV5vPCCylXE3Mdx69gL8t0LJ4"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 06:17:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:06.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T06:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 124a2e78-3dec-4b06-a58e-1a8cb5ed2a00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154088
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e34b506d-f619-4a48-a4c8-98222e34b3ac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154088
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzE0MTR9.pTPr8jCOaoVcqOBs66AfuA7vIZUNU2JBezw4dsJgU9o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d993454f-272a-4397-8423-0adef2fdfe5f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 06:17:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request